Hệ thống quản lý bệnh viện bằng C# với mã nguồn

1 namespace HospitalManagementSystemCSharp
2 {
3     
partial class Home
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
32             
this.patientRegistrationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33             
this.patientInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34             
this.checkoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35             
this.roomInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36             
this.addStaffToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37             
this.viewCheckoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
39             
this.menuStrip2 = new System.Windows.Forms.MenuStrip();
40             
this.menuStrip3 = new System.Windows.Forms.MenuStrip();
41             
this.aboutDeveloperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42             
this.closeApplicationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43             
this.menuStrip1.SuspendLayout();
44             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
45             
this.menuStrip3.SuspendLayout();
46             
this.SuspendLayout();
47             
//
48             
// menuStrip1
49             
//
50             
this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
51             
this.menuStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
52             
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
53             
this.patientRegistrationToolStripMenuItem,
54             
this.patientInformationToolStripMenuItem,
55             
this.checkoutToolStripMenuItem,
56             
this.roomInfoToolStripMenuItem,
57             
this.addStaffToolStripMenuItem,
58             
this.viewCheckoutToolStripMenuItem});
59             
this.menuStrip1.Location = new System.Drawing.Point(0, 48);
60             
this.menuStrip1.Name = "menuStrip1";
61             
this.menuStrip1.Size = new System.Drawing.Size(763, 389);
62             
this.menuStrip1.TabIndex = 0;
63             
this.menuStrip1.Text = "menuStrip1";
64             
//
65             
// patientRegistrationToolStripMenuItem
66             
//
67             
this.patientRegistrationToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
68             
this.patientRegistrationToolStripMenuItem.Image = global::HospitalManagementSystemCSharp.Properties.Resources.form_icon_01;
69             
this.patientRegistrationToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
70             
this.patientRegistrationToolStripMenuItem.Name = "patientRegistrationToolStripMenuItem";
71             
this.patientRegistrationToolStripMenuItem.Size = new System.Drawing.Size(168, 385);
72             
this.patientRegistrationToolStripMenuItem.Text = "Patient Registration";
73             
this.patientRegistrationToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
74             
this.patientRegistrationToolStripMenuItem.Click += new System.EventHandler(this.patientRegistrationToolStripMenuItem_Click);
75             
//
76             
// patientInformationToolStripMenuItem
77             
//
78             
this.patientInformationToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
79             
this.patientInformationToolStripMenuItem.Image = global::HospitalManagementSystemCSharp.Properties.Resources.patient_cards_2_512;
80             
this.patientInformationToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
81             
this.patientInformationToolStripMenuItem.Name = "patientInformationToolStripMenuItem";
82             
this.patientInformationToolStripMenuItem.Size = new System.Drawing.Size(162, 385);
83             
this.patientInformationToolStripMenuItem.Text = "Patient Information";
84             
this.patientInformationToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
85             
this.patientInformationToolStripMenuItem.Click += new System.EventHandler(this.patientInformationToolStripMenuItem_Click);
86             
//
87             
// checkoutToolStripMenuItem
88             
//
89             
this.checkoutToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
90             
this.checkoutToolStripMenuItem.Image = global::HospitalManagementSystemCSharp.Properties.Resources.castio;
91             
this.checkoutToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
92             
this.checkoutToolStripMenuItem.Name = "checkoutToolStripMenuItem";
93             
this.checkoutToolStripMenuItem.Size = new System.Drawing.Size(92, 385);
94             
this.checkoutToolStripMenuItem.Text = "Checkout";
95             
this.checkoutToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
96             
this.checkoutToolStripMenuItem.Click += new System.EventHandler(this.checkoutToolStripMenuItem_Click);
97             
//
98             
// roomInfoToolStripMenuItem
99             
//
100             
this.roomInfoToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
101             
this.roomInfoToolStripMenuItem.Image = global::HospitalManagementSystemCSharp.Properties.Resources._08_512;
102             
this.roomInfoToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
103             
this.roomInfoToolStripMenuItem.Name = "roomInfoToolStripMenuItem";
104             
this.roomInfoToolStripMenuItem.Size = new System.Drawing.Size(99, 385);
105             
this.roomInfoToolStripMenuItem.Text = "Room Info";
106             
this.roomInfoToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
107             
this.roomInfoToolStripMenuItem.Click += new System.EventHandler(this.roomInfoToolStripMenuItem_Click);
108             
//
109             
// addStaffToolStripMenuItem
110             
//
111             
this.addStaffToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
112             
this.addStaffToolStripMenuItem.Image = global::HospitalManagementSystemCSharp.Properties.Resources.images__staff_;
113             
this.addStaffToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
114             
this.addStaffToolStripMenuItem.Name = "addStaffToolStripMenuItem";
115             
this.addStaffToolStripMenuItem.Size = new System.Drawing.Size(92, 385);
116             
this.addStaffToolStripMenuItem.Text = "Add Staff";
117             
this.addStaffToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
118             
this.addStaffToolStripMenuItem.Click += new System.EventHandler(this.addStaffToolStripMenuItem_Click);
119             
//
120             
// viewCheckoutToolStripMenuItem
121             
//
122             
this.viewCheckoutToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
123             
this.viewCheckoutToolStripMenuItem.Image = global::HospitalManagementSystemCSharp.Properties.Resources.chob;
124             
this.viewCheckoutToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
125             
this.viewCheckoutToolStripMenuItem.Name = "viewCheckoutToolStripMenuItem";
126             
this.viewCheckoutToolStripMenuItem.Size = new System.Drawing.Size(132, 385);
127             
this.viewCheckoutToolStripMenuItem.Text = "View Checkout";
128             
this.viewCheckoutToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
129             
this.viewCheckoutToolStripMenuItem.Click += new System.EventHandler(this.viewCheckoutToolStripMenuItem_Click);
130             
//
131             
// pictureBox1
132             
//
133             
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
134             
this.pictureBox1.Image = global::HospitalManagementSystemCSharp.Properties.Resources.hms2;
135             
this.pictureBox1.Location = new System.Drawing.Point(323, 1);
136             
this.pictureBox1.Name = "pictureBox1";
137             
this.pictureBox1.Size = new System.Drawing.Size(118, 81);
138             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
139             
this.pictureBox1.TabIndex = 166;
140             
this.pictureBox1.TabStop = false;
141             
//
142             
// menuStrip2
143             
//
144             
this.menuStrip2.Location = new System.Drawing.Point(0, 24);
145             
this.menuStrip2.Name = "menuStrip2";
146             
this.menuStrip2.Size = new System.Drawing.Size(763, 24);
147             
this.menuStrip2.TabIndex = 167;
148             
this.menuStrip2.Text = "menuStrip2";
149             
//
150             
// menuStrip3
151             
//
152             
this.menuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
153             
this.aboutDeveloperToolStripMenuItem,
154             
this.closeApplicationToolStripMenuItem});
155             
this.menuStrip3.Location = new System.Drawing.Point(0, 0);
156             
this.menuStrip3.Name = "menuStrip3";
157             
this.menuStrip3.Size = new System.Drawing.Size(763, 24);
158             
this.menuStrip3.TabIndex = 168;
159             
this.menuStrip3.Text = "menuStrip3";
160             
//
161             
// aboutDeveloperToolStripMenuItem
162             
//
163             
this.aboutDeveloperToolStripMenuItem.Name = "aboutDeveloperToolStripMenuItem";
164             
this.aboutDeveloperToolStripMenuItem.Size = new System.Drawing.Size(108, 20);
165             
this.aboutDeveloperToolStripMenuItem.Text = "About Developer";
166             
this.aboutDeveloperToolStripMenuItem.Click += new System.EventHandler(this.aboutDeveloperToolStripMenuItem_Click);
167             
//
168             
// closeApplicationToolStripMenuItem
169             
//
170             
this.closeApplicationToolStripMenuItem.Name = "closeApplicationToolStripMenuItem";
171             
this.closeApplicationToolStripMenuItem.Size = new System.Drawing.Size(112, 20);
172             
this.closeApplicationToolStripMenuItem.Text = "Close Application";
173             
this.closeApplicationToolStripMenuItem.Click += new System.EventHandler(this.closeApplicationToolStripMenuItem_Click);
174             
//
175             
// Home
176             
//
177             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
178             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
179             
this.ClientSize = new System.Drawing.Size(763, 437);
180             
this.Controls.Add(this.pictureBox1);
181             
this.Controls.Add(this.menuStrip1);
182             
this.Controls.Add(this.menuStrip2);
183             
this.Controls.Add(this.menuStrip3);
184             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
185             
this.MainMenuStrip = this.menuStrip1;
186             
this.MaximizeBox = false;
187             
this.Name = "Home";
188             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
189             
this.Text = "Home-HMS";
190             
this.menuStrip1.ResumeLayout(false);
191             
this.menuStrip1.PerformLayout();
192             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
193             
this.menuStrip3.ResumeLayout(false);
194             
this.menuStrip3.PerformLayout();
195             
this.ResumeLayout(false);
196             
this.PerformLayout();
197
198         }
199
200         
#endregion
201
202         
private System.Windows.Forms.MenuStrip menuStrip1;
203         
private System.Windows.Forms.ToolStripMenuItem patientRegistrationToolStripMenuItem;
204         
private System.Windows.Forms.ToolStripMenuItem patientInformationToolStripMenuItem;
205         
private System.Windows.Forms.ToolStripMenuItem checkoutToolStripMenuItem;
206         
private System.Windows.Forms.ToolStripMenuItem roomInfoToolStripMenuItem;
207         
private System.Windows.Forms.ToolStripMenuItem addStaffToolStripMenuItem;
208         
private System.Windows.Forms.ToolStripMenuItem viewCheckoutToolStripMenuItem;
209         
private System.Windows.Forms.PictureBox pictureBox1;
210         
private System.Windows.Forms.MenuStrip menuStrip2;
211         
private System.Windows.Forms.MenuStrip menuStrip3;
212         
private System.Windows.Forms.ToolStripMenuItem aboutDeveloperToolStripMenuItem;
213         
private System.Windows.Forms.ToolStripMenuItem closeApplicationToolStripMenuItem;
214     }
215 }


Gõ tìm kiếm nhanh...